The Python interpreter, at its simplest level, operates in a similar manner, starting at the top of a program and sequentially executing program statements in a linear fashion. Python解释器在其最简单的级别,以类似的方式操作,即从程序的顶端开始,然后一行一行地顺序执行程序语句。
When you type them into the Python interpreter ( or if you save them in a file and execute them as a Python program), the statements are read starting on the left side and progressing to the right. 当把它们键入Python解释器中(或者将它们保存在一个文件中,并作为一个Python程序来执行)时,读取语句的顺序是从左到右。
This approach, of course, did not offer the best possible performance, as the system spent more time executing the interpreter than the program it was supposed to be running. 当然,这种技术不会提供最好的性能,因为系统在执行解释器上花费的时间,比在需要运行的程序上花费的时间还要多。
In fact, you can invoke the Python interpreter to only process a Python program contained in a file. 实际上,您可以调用Python解释器使其仅处理包含于一个文件中的一个Python程序。
Some JIT compilers even compile all code without using an interpreter, but these compilers still preserve portability for Java applications by operating while the program is executing. 有些JIT编译器甚至不使用解释程序就能编译所有的代码,但是这些编译器仍然通过在程序执行时进行一些操作来保持Java应用程序的可移植性。
Such languages are often interpreted: the component implementation technically consists of an interpreter that is parameterized with the program it should run. 这样的语言通常是解释型的:组件在技术上的实现包括一个解释器,用来对运行的程序进行参数化。
The interpreter converts your source program into object code as it is needed. 根据需要,解释程序能将你所编写的源程序转换为结果代码。
Translator: A compiler, interpreter or assembler conversion program that translates a high-level language or low-level language into machine language. 翻译程式:是一个用编译,传译或真译方法的转换程式。它把高阶层语言或低阶层语言翻译为机器语言。
In CNC system, a coordinate interpreter of part manufacturing program is the most complex. 数控系统对零件加工程序段中的坐标值译码最为复杂。
Interpreter program design based on workpiece coordinate system 工件坐标系编程的译码程序设计
Based on formal specification, this paper proposes a dynamic approach for object oriented testing at cluster level. A testing tool is formed by embedding the approach into the interpreter of the program under test. 提出一种基于规格说明的面向对象簇级动态测试的新方法,并将它完全嵌入到被测试程序的解释器中,从而构成了一个解释型簇级测试工具。
The interpreter has been passed in computer 441B-3.There is an example included in this paper such as the source program of geometrical definition written in this language system and the result of the computer output in wide-line print form. 解释程序已在国产441B-Ⅲ型电子计算机上调试通过.文中附有另件图例用本语言系统书写的几何定义源程序及经计算机编译后由宽行打印输出结果的实例。
In this paper, the interpreter system of the Soft-PLC is researched and discussed. Based on the instruction of Mitsubishi PLC, a PLC Instruction List program interpreting process is analyzed. 主要研究讨论了软PLC的运行解释系统,在结合三菱PLC指令的基础上,分析解释了一个软PLC指令表解释程序实现过程。
Secondly, the existed off line interpreter for AOPLID is modified and expanded in order to execute an AOPLID program with the time arguments. 对已有的AOPLID离线解释器进行了适当改造与扩充,使之能执行带时间变元的AOPLID程序;
The Interpreter of the STEP-NC program is researched in detailed. 深入研究了STEP-NC程序解释器。
Assessing and Re-designing the Conference Interpreter Training Program of Sichuan University 对四川大学会议口译培训项目的评估和再设计
The speed of an SIMD interpreter for MIMD program depends on the organization of interpreter loop, and the optimal organization depends on the executed MIMD program. 应用于MIMD程序的SIMD解释程序器运行,速度取决于解释程序器中Loop的组织,并且组织的优化又取决于MIMD程序的执行。
The real-time control module, which is intended to achieve real-time control of PMAC motion control system, includes variable initialization, PLC program and G code interpreter program. 下位机实时控制模块用于伺服驱动系统的实时控制,实现了变量的初始化、电气控制的PLC功能以及G代码的解释执行功能。
The XML format script file is constituted of three parts of expression, processing and data. The interpreter is divided into two parts of XML parsing and program explaining. XML格式脚本文件由表达、处理和数据三部分内容组成;解释器分为XML解析和程序解释两个部分。
NC code Interpreter is an important part of virtual NC simulation system, and shall be responsible for the interpretation of NC program and extracting the information needed for simulation. 数控程序解释器负责解释数控程序并提取加工信息,是虚拟数控仿真系统中重要的部分。